Skip to content

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.9#2301

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.9
Open

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.9#2301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 5.0.0 to 6.0.9.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.9

What's Changed

Full Changelog: pnpm/action-setup@v6...v6.0.9

v6.0.8

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8

v6.0.7

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7

v6.0.6

What's Changed

Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6

v6.0.5

What's Changed

Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5

v6.0.4

What's Changed

New Contributors

... (truncated)

Commits
  • 0ebf471 fix: update pnpm to v11.7.0 (#267)
  • 0e279bb fix: update pnpm to 11.1.1 (#248)
  • 3e83581 fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)
  • 551b42e docs(README): fix cache_dependency_path type (#257)
  • 739bfe4 fix: self-update bootstrap to packageManager-pinned version (#233) (#256)
  • f61705d chore: add CODEOWNERS
  • 7a5507b fix: restore inputs from state in post (#255)
  • 1155470 fix: honor devEngines.packageManager.onFail=error (#252) (#254)
  • 91ab88e fix: bin_dest output points to self-updated pnpm, not bootstrap (#249)
  • e578e19 fix: update pnpm to 11.0.4
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 18:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 15, 2026
@changeset-bot

changeset-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 99be887

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jun 15, 2026

Copy link
Copy Markdown

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/@modelcontextprotocol/client@2301

@modelcontextprotocol/codemod

npm i https://pkg.pr.new/@modelcontextprotocol/codemod@2301

@modelcontextprotocol/core

npm i https://pkg.pr.new/@modelcontextprotocol/core@2301

@modelcontextprotocol/server

npm i https://pkg.pr.new/@modelcontextprotocol/server@2301

@modelcontextprotocol/server-legacy

npm i https://pkg.pr.new/@modelcontextprotocol/server-legacy@2301

@modelcontextprotocol/express

npm i https://pkg.pr.new/@modelcontextprotocol/express@2301

@modelcontextprotocol/fastify

npm i https://pkg.pr.new/@modelcontextprotocol/fastify@2301

@modelcontextprotocol/hono

npm i https://pkg.pr.new/@modelcontextprotocol/hono@2301

@modelcontextprotocol/node

npm i https://pkg.pr.new/@modelcontextprotocol/node@2301

commit: 99be887

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.9 branch from 528ddf2 to dd5c6bd Compare June 25, 2026 18:44

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — mechanical Dependabot bump of pnpm/action-setup to v6.0.9, SHA-pinned consistently across all six workflows.

Extended reasoning...

Overview

This Dependabot PR bumps pnpm/action-setup from v5.0.0 to v6.0.9 in all six workflow files (conformance.yml, deploy-docs.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every occurrence is updated identically, SHA-pinned (0ebf471...) with a matching version comment, following the repo's existing pinning convention. No workflow inputs, permissions, or other steps change.

Security risks

Minimal. The action remains SHA-pinned (not a floating tag), and the pinned commit matches the v6.0.9 release per the Dependabot-generated commit list. No new permissions or secrets exposure are introduced; the change touches only the pnpm installation step.

Level of scrutiny

Low — this is CI tooling, not SDK code, and the change is purely mechanical. The main compatibility question for a v5→v6 major bump is which pnpm version gets installed: the workflows pass no version input, and the repo's package.json pins packageManager: pnpm@10.26.1, which the action resolves from (v6 explicitly added a fix to bootstrap to the packageManager-pinned version), so the bundled-pnpm bump to 11.x in v6 does not change the pnpm actually used. The existing OIDC/npm note in release.yml therefore also remains accurate.

Other factors

The bug-hunting system found no issues, and the pkg-pr-new bot comment shows the publish workflow already ran successfully on this PR's commit using the new action version (install + build:all + preview publish), which is direct evidence the bump works in this repo's CI. The missing changeset is expected for workflow-only changes.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.9 branch from dd5c6bd to a6b482e Compare June 26, 2026 13:03

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — routine Dependabot bump of pnpm/action-setup to v6.0.9, SHA-pinned consistently across all workflows; the pnpm version itself stays controlled by the packageManager pin in package.json.

Extended reasoning...

Overview

This PR is a Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.9 across all seven workflow files (conformance.yml, deploy-docs.yml, examples.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every occurrence is updated identically and pinned to commit SHA 0ebf471..., which matches the v6.0.9 release referenced in the Dependabot description, with the version comment updated accordingly.

Security risks

Workflow changes are nominally security-relevant (the bumped action runs in publish/release jobs with OIDC and write permissions), but the action remains SHA-pinned, the SHA corresponds to the official v6.0.9 release of the upstream pnpm/action-setup repository, and no inputs, permissions, or secrets handling are changed. No new injection or token-exposure surface is introduced.

Level of scrutiny

Low. This is a mechanical, Dependabot-generated version bump following the repo's existing SHA-pinning convention. The major version change (v5 → v6) does not affect the pnpm version actually used: the action resolves pnpm from the packageManager field (pnpm@10.26.1 in package.json), and all usages set run_install: false, so build/publish behavior (including the npm-CLI-delegated OIDC publish path noted in release.yml) is unchanged. The v6 changes are bootstrap/self-update fixes that are compatible with this setup.

Other factors

The bug-hunting system found no issues, CI on the PR exercises these same workflows directly, and no changeset is needed for CI-only changes. There are no outstanding human reviewer comments.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.9 branch from a6b482e to 8c4d009 Compare June 30, 2026 14:50

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — mechanical Dependabot bump of pnpm/action-setup to v6.0.9, hash-pinned consistently across all workflows.

Extended reasoning...

Overview

This PR updates the pnpm/action-setup action from v5.0.0 to v6.0.9 across all seven workflow files (conformance, deploy-docs, examples, main, publish, release, update-spec-types). The change is purely mechanical: the same SHA-pinned uses: line is replaced everywhere, and the pinned commit 0ebf4713… matches the v6.0.9 commit listed in the upstream release notes, so the version comment is accurate. No inputs to the action change (run_install: false is preserved everywhere).

Security risks

Low. The action remains pinned to a full commit SHA from the official pnpm org, which is the repo's existing supply-chain hygiene pattern. The repo pins packageManager: pnpm@10.26.1 in package.json, so the actual pnpm version used by CI is determined by that field, not by the action's bundled default — the v6 line's bundled-pnpm bumps don't change the toolchain CI runs. The publish/release workflows are touched, but only the setup-action version changes; publish credentials, OIDC config, and the ci:publish flow are untouched.

Level of scrutiny

This is CI configuration, not SDK code, and the PR's correctness is directly exercised by the very workflows it modifies — any incompatibility with the v6 action would surface as a red check on this PR. Per the repo's CI guidance, I verified the claimed version against the upstream commit list rather than asserting behavior from memory.

Other factors

No bugs were found by the bug hunting system, there are no human review comments outstanding, and a changeset is correctly absent since no published package changes. This is the kind of routine, hash-pinned Dependabot bump that doesn't need human attention beyond green CI.

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.9.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@fc06bc1...0ebf471)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.9 branch from 8c4d009 to 99be887 Compare June 30, 2026 15:05

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — mechanical, SHA-pinned dependabot bump of pnpm/action-setup applied uniformly across workflows.

Extended reasoning...

Overview

This PR is a Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.9, applied identically (same SHA pin, same # v6.0.9 comment) across all seven workflow files. No inputs were changed — every callsite keeps run_install: false, and the workflows continue to resolve the actual pnpm version from the repo's packageManager: pnpm@10.26.1 field in package.json, so the action's new bundled default (pnpm 11) does not change the toolchain used in CI, including the release/publish path whose inline comment depends on pnpm@10 delegating pnpm publish to the npm CLI.

Security risks

The change touches workflows with elevated permissions (release.yml with id-token: write, update-spec-types.yml with contents/pull-requests: write), so action bumps here are nominally supply-chain-sensitive. However, the new ref is pinned to a full commit SHA rather than a floating tag, the upstream is the official pnpm org action, and the bump was generated by Dependabot — this is the standard, lowest-risk way to take such an update.

Level of scrutiny

CI configuration only; no SDK/library code, no public API, no protocol behavior. The appropriate scrutiny is verifying the bump is uniform, SHA-pinned, and doesn't silently change the pnpm version or action inputs — all of which check out. Per the repo's CI review convention, I did not speculate about third-party action breakage; the v5→v6 changes (version resolution from packageManager/devEngines, bundled default updates) are compatible with how these workflows invoke the action.

Other factors

The bug-hunting system found no issues, and the changeset bot's 'no changeset' note is expected for a CI-only change. CI itself will exercise the new action version on this PR, providing direct verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants